home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / JunkMatcher 1.5.5.dmg / JunkMatcher.app / Contents / Resources / .base.css next >
Encoding:
Cascading Style Sheet File  |  2005-06-01  |  1.4 KB  |  61 lines

  1. /* ----------------------------------------------------------------------
  2.    Generics
  3.    ---------------------------------------------------------------------- */
  4.  
  5. body {
  6.   /* font-family: Verdana, Arial, Helvetica, sans-serif; */
  7.   font-family: lucida grande, lucida sans unicode, tahoma, verdana, arial, sans-serif;
  8.   }
  9. P {
  10.   padding-bottom: 0.5em;
  11.   }
  12. a {
  13.   text-decoration: None;
  14.   }
  15. a img {
  16.   border-style: None;
  17.   }
  18.  
  19.  
  20. /* ----------------------------------------------------------------------
  21.    Headers
  22.    ---------------------------------------------------------------------- */
  23.  
  24. H1 {
  25.   margin-top: 0.5em;
  26.   padding-bottom: 0.1em;
  27.   font-size: 250%;
  28.   font-family: Trebuchet MS, sans-serif;
  29.   font-weight: normal;
  30.   line-height: 1.1em;
  31.   }
  32. H2 {
  33.   margin-top: 0.5em;
  34.   padding-bottom: 0.1em;
  35.   font-size: 200%;
  36.   font-family: Trebuchet MS, sans-serif;
  37.   font-weight: normal;
  38.   line-height: 1.1em;
  39.   }
  40. H3 {
  41.   margin-top: 0.5em;
  42.   padding-bottom: 0.1em;
  43.   font-size: 170%;
  44.   font-family: Trebuchet MS, sans-serif;
  45.   font-weight: normal;
  46.   line-height: 1.1em;
  47.   }
  48.  
  49. /* ----------------------------------------------------------------------
  50.    Misc.
  51.    ---------------------------------------------------------------------- */
  52.  
  53. #patternTable td {
  54.   font-size: 65%;
  55.   font-family: Verdana, Arial, Helvetica, sans-serif;
  56.   line-height: 1.2em;
  57.   }
  58. .grayRow, .grayBox {
  59.   background: #cccccc;
  60.   }
  61.